.background:backdrop was not using that one so some labels didn't
look right in backdrop.
***************/
.background {
- color: $fg_color;
- background-color: $bg_color;
-}
+ color: $fg_color;
+ background-color: $bg_color;
-.background:backdrop {
+ &:backdrop {
text-shadow: none;
icon-shadow: none;
-
- color: lighten($fg_color,10%);
+ color: $backdrop_fg_color;
background-color: $backdrop_bg_color;
+ }
}
/*
.background {
color: #eeeeec;
background-color: #393f3f; }
-
-.background:backdrop {
- text-shadow: none;
- icon-shadow: none;
- color: white;
- background-color: #393f3f; }
+ .background:backdrop {
+ text-shadow: none;
+ icon-shadow: none;
+ color: #939695;
+ background-color: #393f3f; }
/*
These wildcard seems unavoidable, need to investigate.
.background {
color: #2e3436;
background-color: #ededed; }
-
-.background:backdrop {
- text-shadow: none;
- icon-shadow: none;
- color: #454f52;
- background-color: #ededed; }
+ .background:backdrop {
+ text-shadow: none;
+ icon-shadow: none;
+ color: #8d9091;
+ background-color: #ededed; }
/*
These wildcard seems unavoidable, need to investigate.